From d47fdebdf362149284f8c7273f194f5d78ea4ddb Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 6 Aug 2026 13:05:03 +0800 Subject: [PATCH] Disable building of some internal tools that no longer link because internal symbols are no longer exported. Gbp-Pq: Name disable_tools.patch --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index b4098f8..0d66934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,13 +8,6 @@ if ENABLE_DEC265 SUBDIRS+=dec265 endif -if ENABLE_ENCODER -SUBDIRS+=enc265 -endif - -SUBDIRS+=tools -SUBDIRS+=acceleration-speed - if ENABLE_SHERLOCK265 SUBDIRS+=sherlock265 endif -- 2.30.2